You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Sql id="loc2" limit="limit" when="empty $tz">
select name, lat, lon, timezone as 'tz' from city where name like '$q%' and timezone = 'Asia/Kolkata'
</Sql>
<Sql id="loc3" limit="limit" when="not empty $tz">
select name, lat, lon, timezone as 'tz' from city where name like '$q%' and timezone = $tz
</Sql>
The text was updated successfully, but these errors were encountered:
Following tags will either loc2 or loc3.
The text was updated successfully, but these errors were encountered: