select count(*) from image where img_actor=11173 and lower(img_name) like '%'
|
1 year ago |
select count(*) from image where img_actor=11173 and lower(img_name) like '%jpg'
|
1 year ago |
select count(*) from image where img_actor=11173 and lower(img_name) like '%svg'
|
1 year ago |
select count(*) from image where img_actor=11173 and img_name like '%svg'
|
1 year ago |
select * from image where img_actor=11173 and img_name like '%svg'
|
1 year ago |
select * from image where img_actor=11173 and "svg" in img_name
|
1 year ago |
select * from image where img_actor=11173 and 'svg' in img_name
|
1 year ago |
select * from image where img_actor=11173
|
1 year ago |
select count(*) from image where img_actor=11173
|
1 year ago |
select count(*) from image where img_actor=1117 |
1 year ago |