Formatting Funny ?
MikeONeill
Posts: 131
I see this when I format SQL
WHERE TimeLogged < @CreateDate
AND LEFT(lbl.LotID, 5) = LEFT(@LotID,
5)
It splits across the comma in the Left function ??
Mike
WHERE TimeLogged < @CreateDate
AND LEFT(lbl.LotID, 5) = LEFT(@LotID,
5)
It splits across the comma in the Left function ??
Mike
Comments