forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: Su, Xiaomeng <suxiaomeng1@huawei.com> Co-committed-by: Su, Xiaomeng <suxiaomeng1@huawei.com>
765 B
765 B
How Do I Set Local Variables in SQL Statements?
You can use the where condition statement in the select statement to filter data. For example:
select * from table where part = '202012'
Parent topic: Job Development