|
Pages: [1]
|
 |
|
Author
|
Topic: create auto-number not how to insert (Read 533 times)
|
newbie
Guest
|
But how you create the datatype for your ID like
Code: db-create my-table [ID Name][integer! string!][3 12]
Is it something like that or wrong? cos if I try the next, it may have problem on it.. thank you
|
|
|
|
|
Logged
|
|
|
|
|
Ashley
|
Next, added in RebDB v1.2, is just a token used in lieu of an integer! value. Try the following code to see how it works: db-create test [id][integer!][1] db-insert test [next] db-insert test [next] db-select * test
|
|
|
|
|
Logged
|
|
|
|
|
|
Pages: [1]
|
|
|
 |