Hi! Could we please enable some services and cookies to improve your experience and our website?

SQLize | PHPize | SQLtest

Online Sandbox for SQL and PHP: Write, Run, Test, and Share SQL Queries and PHP Code

A A A
Login    Share code      Blog   FAQ
Copy Format Clear
declare seq number(10):=0; begin SELECT MAX(HIST_ID)+1 into seq FROM QC_LOS.QT_IA_OPE_EXP_HIST; DROP SEQUENCE QC_LOS.SEQ_QT_IA_OPE_EXP; CREATE SEQUENCE QC_LOS.SEQ_QT_IA_OPE_EXP START WITH seq INCREMENT BY 1 NOCYCLE; end;

Stuck with a problem? Got Error? Ask AI support!

Copy Clear