Hi
Does anyone know howto list Vulnerabilities for wildard Node Name Caption in SWQL?
Regards
Olof
Hi Olof, I'm not clear on what you want to achieve, could you expand on your request?
By wildcard, I presume you are referring to the SQL equivalent of * ? This doesn't exist in SWQL as you have probably found out but instead you can just do:SELECT fieldname1, fieldname2, etcFROM pick.table.from.database
That would list all the results based on your SELECT and FROM fields.
to be more precisely. Exactly like this but i SWQL
Oh, ok. In which case hit the black down arrow and click Show SWQL