SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
create table city ( id Serial PRIMARY KEY, ar_name varchar(128) ); insert into City (ar_name)values (N'ديالى'); select "id" from City where 'arName' like ('ديالى%')
Stuck with a problem? Got Error? Ask ChatGPT!
Copy Clear