Connor and Chris will both be at AI World from October 12 to October 17 , the premier Oracle conference of 2025. If you're in Vegas, please come say Hi or pop into our sessions
Thanks for the question, Dusko.
Asked: January 25, 2023 - 11:08 pm UTC
Last updated: January 26, 2023 - 1:36 pm UTC
Version: oracle live sql
Viewed 1000+ times
<variable variable_name data_type;> example <variable dusko number;>
declare var int; begin select ... where col = var; end;
The Oracle documentation contains a complete SQL reference.