could you please help me with how to check the syntax of an sql query without hitting the database using java?
Printable View
could you please help me with how to check the syntax of an sql query without hitting the database using java?
This is a very broad question and quite dependent upon information you didn't provide (OS, database, etc...). I suggest you read the documentation accompanying your database software to determine how to access the database via the command line. From there you can manually run queries to validate the syntax