We walk in the dark places no others will enterWe stand on the bridge and no one may pass
declare @Code int = 10select * from myTablewhere myTable.Code = @Codebecomesselect * from MyTablecross join control cwhere MyTable.Code = c.Code