-- Example for MysQL: SET @my_Id:=30; SELECT * FROM my_table WHERE id=@my_Id; -- Example in Oracle: SELECT * FROM my_table WHERE id = :my_id;