select distinct city from station
where (left(city,1) not in ('a','e','i','o','u')
and
right(city,1) not in ('a','e','i','o','u'));
where (left(city,1) not in ('a','e','i','o','u')
and
right(city,1) not in ('a','e','i','o','u'));
I am Md Abdullah Al Hasan. I have completed my graduation in Computer Science and Engineering from Jashore University of Science and Technology.
0 Comments:
Post a Comment