← Back to context Comment by SoftTalker 2 days ago luckily you can use parameterized queries and completely avoid this problem. 1 comment SoftTalker Reply deepsun 1 day ago Only for simple queries. E.g. it's hard to parameterize table names.Also it makes an extra round-trip to server to prepare the query.
deepsun 1 day ago Only for simple queries. E.g. it's hard to parameterize table names.Also it makes an extra round-trip to server to prepare the query.
Only for simple queries. E.g. it's hard to parameterize table names.
Also it makes an extra round-trip to server to prepare the query.