![]() | Products |
| Home » Technical Support » DBISAM Technical Support » Incident Reports » Incident Reports Addressed for Version 3.23 » View Incident Report |
| Reported By: Roy Lambert Reported On: 3/17/2003 For: Version 3.22 Build 1 |
DROP TABLE IF EXISTS "Table1";
CREATE TABLE IF NOT EXISTS "Table1"
(
"id" AUTOINC,
"field1" CHARACTER(30),
PRIMARY KEY ("id") COMPRESS NONE
TEXT INDEX ("field1")
STOP WORDS
"A AN AND BE FOR HOW IN IS IT OF ON OR THAT THE THIS
TO WAS WHAT WHEN WHICH WHY WILL"
SPACE CHARS #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 #12 #13
#14 #15 #16 #17 #18 #19 #20 #21 #22 #23
#24 #25 #26 #27 #28 #29 #30 #31 #32 "* "
",-./:;<=>\`"
INCLUDE CHARS ""#$%&'()* ,-./0123456789:;<=>?@ABCDEFGH"
"IJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnop"
"qrstuvwxyz"
LANGUAGE "ANSI Standard" SORT "Default Order"
USER MAJOR VERSION 1
);This web page was last updated on Wednesday, October 22, 2025 at 04:21 PM | Privacy Policy © 2026 Elevate Software, Inc. All Rights Reserved Questions or comments ? |

