Hi guys,
I have two queries:
1.How can I run a query from a file,as in oracle we can use @'file'; in sql.
If I have an .sql file how can I run this.
2.In oracle there is sequence which can be used to create auto numbers,THese can be cyclic,ie: we can tell it to start from 1 and end at 1000 and cycle again from 1 to 1000,and so on.Is there any equivalent as this other than the serial or serial8,I think this cannot be cycled back.
THanks and Regards
Michael