mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 00:03:02 +01:00
Misc.
This commit is contained in:
parent
b4ceea8cc4
commit
25b9ff2277
@ -300,7 +300,7 @@ create table peoples (
|
||||
insert into peoples values (1, 'adriano');
|
||||
insert into peoples values (2, 'ADRIANO');
|
||||
|
||||
-- will retrieve both records as win_ptbr is case insensitive
|
||||
-- will retrieve both records because win_ptbr is case insensitive
|
||||
select * from peoples where name like 'A%';
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user