Does anyone know is * is a string?
if I define a variable ad `package` text collate latin1_general_ci NOT NULL, ; Can I assign * to that package?
if I can't then How do I need to initialize in SQL?
Thank you
String Help
Moderator: General Moderators
Re: String Help
Sure, as long as you quote it.
Code: Select all
INSERT INTO your_table (package) VALUES ('*')