-- where ctd_name like '%rev%'
-- limit 500
DESCRIBE revision; |
1 month ago |
-- where ctd_name like '%rev%'
-- limit 500
select * from change_tag_def |
1 month ago |
-- where ctd_name like '%rev%'
-- limit 500
select count(1) from change_tag_def |
1 month ago |
-- where ctd_name like '%rev%'
-- limit 500
select count(1) from change_tag_nmae |
1 month ago |
-- where ctd_name like '%rev%'
-- limit 500
select count(1) from change_tag |
1 month ago |
-- where ctd_name like '%rev%'
-- limit 500
select count(1) from ctd_name |
1 month ago |
-- where ctd_name like '%rev%'
-- limit 500
select count * from ctd_name |
1 month ago |
-- where ctd_name like '%rev%'
-- limit 500
select count 1 from ctd_name |
1 month ago |
-- declare @dd binary(14);
select * from change_tag_def
where ctd_name like... |
1 month ago |
-- declare @dd binary(14);
select * from change_tag_def
where ctd_name like... |
1 month ago |
-- declare @dd binary(14);
select * from change_tag_def
-- where cdf_name... |
1 month ago |
-- declare @dd binary(14);
select * from change_tag_def
where cdf_name... |
1 month ago |
-- declare @dd binary(14);
select * from change_tag_def
where cdf_name... |
1 month ago |
-- declare @dd binary(14);
select * from change_tag_def
limit 100 |
1 month ago |
-- declare @dd binary(14);
select top 100 * from change_tag_def |
1 month ago |
-- declare @dd binary(14);
set @dd = BINARY('20240910111213');
select... |
1 month ago |
-- declare @dd binary(14);
set @dd = BINARY('20240910111213');
select... |
1 month ago |
-- declare @dd binary(14);
set @dd = BINARY('20240910111213');
select... |
1 month ago |
-- declare @dd binary(14);
set @dd = BINARY('20240910111213');
select Date(@dd) |
1 month ago |
-- declare @dd binary(14);
set @dd = BINARY('20240910111213');
-- select Date(@dd) |
1 month ago |
declare @dd binary(14);
-- set @dd = BINARY('20240910111213');
-- select Date(@dd) |
1 month ago |
declare @dd binary(14);
set @dd = BINARY('20240910111213');
select Date(@dd) |
1 month ago |
declare @dd binary(14);
set @dd = '20240910111213';
select Date(@dd) |
1 month ago |
declare @dd binary(14) = '20240910111213'
select Date(@dd) |
1 month ago |