Search
Submit a request
Sign in
How can we help you today?
Categories
Submit a request
Submit a request
Sign in
Support
Community
SQL Prompt Previous Versions
Formatting Funny ?
New post
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
MikeONeill
August 05, 2011 07:03
-
0
+
Comments
1 comment
Sort by
Date
Votes
Can you post a screen shot of your Data Statements formatting Options please? (SQL Prompt 5 -> Options->Format->Data statements).
Chris.Allen
August 08, 2011 08:23
-
0
+
Add comment
Please
sign in
to leave a comment.
WHERE TimeLogged < @CreateDate
AND LEFT(lbl.LotID, 5) = LEFT(@LotID,
5)
It splits across the comma in the Left function ??
Mike