Is it possible to use url query parameters in SQL query? For example, I'd like to pass an id to a page and execute the following sql.
SELECT * FROM Projects WHERE id = '$id'
This is answered here: https://bobswift.atlassian.net/wiki/questions/104989347
Hey Vince,
Are you trying to find what project is associated with an ID?
This query worked for me in SQL workbench: SELECT * FROM <dbName>.project WHERE id = 21
Regards,
Ben Stuart
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.