logo

Warning: The forum is now for consultation only. Please use GitHub Discussions to post any questions or comments.


Welcome Guest ! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
Mr_Rat  
#1 Posted : Thursday, May 27, 2021 8:21:36 PM(UTC)
Mr_Rat

Rank: Newbie

Groups: Registered
Joined: 5/27/2021(UTC)
Posts: 3
United States

Was thanked: 1 time(s) in 1 post(s)
Note the where statements ignoring text values.

Restrictions settings:
Quote:
[Description Contains 'UAP']
AND [Network Device Type Equals 'Wireless']

View SQL:
Quote:

SELECT DISTINCT
Nodes.Caption AS C0,
Nodes.Description AS C1,
Nodes.Company AS C2,
Nodes.Site AS C3
FROM
(Nodes LEFT OUTER JOIN NodesCustomProperties
ON Nodes.NodeID = NodesCustomProperties.NodeID)
WHERE (Nodes.Description LIKE )
AND NodesCustomProperties.NetworkDeviceType IN ()
ORDER BY Nodes.Caption ASC,Nodes.Description ASC,Nodes.Company ASC,Nodes.Site ASC
epf  
#2 Posted : Monday, May 31, 2021 6:26:29 AM(UTC)
epf

Rank: Administration

Groups: Administrators
Joined: 12/20/2013(UTC)
Posts: 1,209
Switzerland

Thanks: 14 times
Was thanked: 205 time(s) in 198 post(s)
it is strange, can you reproduce this with Northwind ?
Thanks
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.