Click here to Skip to main content
15,887,027 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: need to write a small SQL parser Pin
jschell18-Sep-23 5:59
jschell18-Sep-23 5:59 
GeneralRe: need to write a small SQL parser Pin
RickZeeland16-Sep-23 3:41
mveRickZeeland16-Sep-23 3:41 
GeneralRe: need to write a small SQL parser Pin
Southmountain16-Sep-23 8:51
Southmountain16-Sep-23 8:51 
GeneralRe: need to write a small SQL parser Pin
Nelek16-Sep-23 3:55
protectorNelek16-Sep-23 3:55 
GeneralRe: need to write a small SQL parser Pin
Southmountain16-Sep-23 14:11
Southmountain16-Sep-23 14:11 
GeneralRe: need to write a small SQL parser Pin
Nelek17-Sep-23 3:38
protectorNelek17-Sep-23 3:38 
GeneralRe: need to write a small SQL parser Pin
jschell18-Sep-23 6:19
jschell18-Sep-23 6:19 
GeneralRe: need to write a small SQL parser Pin
Southmountain18-Sep-23 20:13
Southmountain18-Sep-23 20:13 
Quote:
You are parsing some SQL script files. By that I mean that 1. there is nothing in those files except SQL.
2. Those script files are in use. So you know absolutely that the SQL is valid.
3. This is one time project
4. The number of files are low (total number of lines are probably less than 10,000)
6. You can add a manual step in the process to deal with the more complex examples.


yes, my case meets all of above points. thanks for your info!Rose | [Rose]
most cases, my SQL line count will be less than 500.

I figured out that my path will be: table driven LL(1) syntax directed parsing.
SAS can do table easily. also I figured out how to implement stack and queue today.
So it is very hopeful to me.
diligent hands rule....

GeneralRe: need to write a small SQL parser Pin
jschell19-Sep-23 5:10
jschell19-Sep-23 5:10 
GeneralRe: need to write a small SQL parser Pin
Southmountain19-Sep-23 19:42
Southmountain19-Sep-23 19:42 
GeneralRe: need to write a small SQL parser Pin
jschell20-Sep-23 13:08
jschell20-Sep-23 13:08 
GeneralRe: need to write a small SQL parser Pin
Southmountain20-Sep-23 20:02
Southmountain20-Sep-23 20:02 
Generalworldle 602 3/6 Pin
jmaida15-Sep-23 16:11
jmaida15-Sep-23 16:11 
GeneralWordle 819 Pin
StarNamer@work15-Sep-23 13:06
professionalStarNamer@work15-Sep-23 13:06 
GeneralRe: Wordle 819 Pin
Amarnath S15-Sep-23 13:53
professionalAmarnath S15-Sep-23 13:53 
GeneralRe: Wordle 819 Pin
GKP199215-Sep-23 19:09
professionalGKP199215-Sep-23 19:09 
GeneralRe: Wordle 819 Pin
OriginalGriff15-Sep-23 19:37
mveOriginalGriff15-Sep-23 19:37 
GeneralRe: Wordle 819 Pin
GuyThiebaut15-Sep-23 19:49
professionalGuyThiebaut15-Sep-23 19:49 
GeneralRe: Wordle 819 - 5 4 me Pin
pkfox15-Sep-23 20:42
professionalpkfox15-Sep-23 20:42 
GeneralRe: Wordle 819 Pin
Sander Rossel15-Sep-23 23:00
professionalSander Rossel15-Sep-23 23:00 
GeneralRe: Wordle 819 Pin
Cp-Coder16-Sep-23 0:56
Cp-Coder16-Sep-23 0:56 
GeneralRe: Wordle 819 Pin
Sandeep Mewara16-Sep-23 2:53
mveSandeep Mewara16-Sep-23 2:53 
GeneralRe: Wordle 819 Pin
jmaida16-Sep-23 15:22
jmaida16-Sep-23 15:22 
GeneralRobotics, how much is remote control and how much is autonomous decision? Pin
Calin Negru15-Sep-23 5:20
Calin Negru15-Sep-23 5:20 
GeneralRe: Robotics, how much is remote control and how much is autonomous decision? Pin
OriginalGriff15-Sep-23 5:38
mveOriginalGriff15-Sep-23 5:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.