on 2024 May 30 1:21 PM
Hi Masters,
Doesn't *(asterisk) mean pull all columns?
If we write "SELECT SINGLE *", aren't we saying select a single line (structure)?
If I use "SELECT SINGLE ", can I return only one value, not a row(structure) ?
If I use "SELECT SINGLE *", won't it return a row?
Thanks
Request clarification before answering.
Probably it depends which version you use.
I tried on SAP_ABA 75I and worked for me.
Of course it was a simple select. If I try to use "SELECT *" with JOIN clause, then I'll get the error below
"The column name or association "MATNR" is ambiguous, which means it occurs in multiple tables."
As long as the result contains unique names, that should work on supported versions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Evet dediğiniz şekilde örnekler yaptım ve haklısınız ikinci bir tablo ekleyip belirsiz kolon adları oluşunca kabul etmiyor. Ama yine de anlayamadığım bir nokta şu : Belirsiz sütun ismi ile karşılaştığında ; FROM <tablonun ismi>ni verince FROM'dan sonraki tablonun sütun bilgisini getir demesini beklerdim.
Teşekkür ederim.
User | Count |
---|---|
63 | |
8 | |
7 | |
7 | |
5 | |
5 | |
5 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.