|
|
|
|
|
by tremon
1388 days ago
|
|
It clearly defines where a statement starts And this is another example of the ad-hoc problems of SQL: query terminators (;) are optional. If they weren't, there would be no abiguity where a statement would start: it's the first word after the previous terminator. |
|