I am VERY NEW to SQL coding, I am looking at a previously created stored procedure used in a report, it has the following code in it, can someone give me an idea of what it means or where I can get further info on it??? Does the --in front of the line make it a comment???
--and
--(TICKET_No like '8%' or len(TICKET_No) < 8 or
--TICKET_No = '' or TICKET_No is null)
--get current periods totals for Car
--and
--(TICKET_No like '8%' or len(TICKET_No) < 8 or
--TICKET_No = '' or TICKET_No is null)
--get current periods totals for Car