A program to recognize and reward our most engaged community members
SELECT FRLOT.LOT_ID, FRLOT.LOT TYPE FROM FRLOT WHERE FRLOT.LOT_ID IN (%{lot})
with inputs as ( select regexp_split_to_table('1, 2, 3, 4', ', *') as param ) select param from inputs
SELECT title, content FROM article WHERE id = %{macro};
0 OR 1 = 1<br>
SELECT title, content FROM article WHERE id = 0 or 1 = 1;
SELECT title, content FROM article WHERE id = ?
SELECT title, content FROM article WHERE id = '0 or 1 = 1';