Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
mysql
DROP TABLE IF EXISTS `table`; CREATE TABLE `table` ( `id` INT (11) NOT NULL AUTO_INCREMENT, `company` VARCHAR (255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE = INNODB DEFAULT CHARSET = utf8; INSERT INTO `table` (`id`, `company`) VALUES (NULL, 'The Demo'), (NULL, 'Democratic'), (NULL, 'Demolition'), (NULL, 'Demo Inc'); SELECT * FROM `table` WHERE company REGEXP 'Create and Deliver a Killer Product Demo';
run
|
edit
|
history
|
help
0
salamatova
https://ru.stackoverflow.com/questions/663810
JA
Create Procedure For Getting Grades Through Student Id and Marks
test
mysql - having
möp
Stackoverflow Problem Solve : how to write a mysql query based on the output?
mysql - where (in,like)
test