Skip to Content
0
Former Member
Mar 02, 2009 at 07:11 AM

How to write this select query ?

23 Views

Hi,

I need to write a select query where i need to retrieve the names of the cutomised tables (Starting with Z or Y)

The select query

SELECT * FROM xyz INTO TABLE itab_xyz WHERE TABNAME = 'Z*'

doesn't work.

What's the correct way to write this ?