Quantcast
Channel: SQL Server Compact & SQLite Toolbox
Viewing all articles
Browse latest Browse all 2796

Closed Issue: Query with zero results [11165]

$
0
0
Hi. Thanks for this nice app.

I've notice a strange situation when running the following query:

```
select
count(*)
from
MovimentoDD
```
it gave me
> 0 rows affected

But table had rows since they where visible while exploring throw the "Edit Top 200 Rows" option. I've found out that the following query works has expected

```
select count(*)
from
MovimentoDD
```
it gave me
> Column1
> 6

It should be the same but it isn't. Notice that there isn't any line break after the select. Also, this query should produce a parsing error but it doesn't:


```
select top 10Montante
from
MovimentoDD
```

where it should be:


```
select top 10 Montante /*With a space between the number and the column name*/
from
MovimentoDD
```

detected on standalone for 4.0 version 3.1.2.0

Thanks
Comments: In 3.6

Viewing all articles
Browse latest Browse all 2796

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>