摘要:
SELECT 'create sequence ' || SEQUENCE_NAME || ' minvalue ' || MIN_VALUE || ' maxvalue ' || MAX_VALUE || ' start with ' || LAST_NUMBER || ' increment by ' || INCREMENT_BY || ' nocache ' || ' ;' FR... 阅读全文
posted @ 2019-03-01 10:34
Mr.Liu08
阅读(871)
评论(0)
推荐(0)
浙公网安备 33010602011771号