Skip to content

Commit b2f142d

Browse files
committed
where
1 parent 8f54b7e commit b2f142d

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
2020-12-27 08:01:49.058 75679 -1 INFO [VSCPWRTOOLS: 2020.7.51.0]: OS version: Darwin 19.6.0 Darwin Kernel Version 19.6.0: Mon Aug 31 22:12:52 PDT 2020; root:xnu-6153.141.2~1/RELEASE_X86_64
22
2020-12-27 08:01:49.061 75679 -1 INFO [VSCPWRTOOLS: 2020.7.51.0]: Host application: Visual Studio Code(1.52.1)
33
2020-12-27 08:01:49.063 75679 -1 INFO [VSCPWRTOOLS: 2020.7.51.0]: Initializing addin: ApexSQL Database Power Tools for VS Code 2020.7.51.0
4+
2020-12-27 11:58:11.010 5220 -1 INFO [VSCPWRTOOLS: 2020.7.51.0]: OS version: Darwin 19.6.0 Darwin Kernel Version 19.6.0: Mon Aug 31 22:12:52 PDT 2020; root:xnu-6153.141.2~1/RELEASE_X86_64
5+
2020-12-27 11:58:11.012 5220 -1 INFO [VSCPWRTOOLS: 2020.7.51.0]: Host application: Visual Studio Code(1.52.1)
6+
2020-12-27 11:58:11.013 5220 -1 INFO [VSCPWRTOOLS: 2020.7.51.0]: Initializing addin: ApexSQL Database Power Tools for VS Code 2020.7.51.0

WHERE.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,3 +325,5 @@ SELECT Gene_ID, Gene_Annotation, Gene_length, RPKM FROM rnaseq WHERE RPKM NOT BE
325325
SELECT Gene_ID, Gene_Annotation, Gene_length, RPKM FROM rnaseq WHERE RPKM NOT BETWEEN 0 AND 1;
326326
-- SELECT columns Gene_ID, Gene_Annotation, Gene_length, RPKM from the table rnaseq WHERE RPKM=0; Tier #11 - 0
327327
SELECT Gene_ID, Gene_Annotation, Gene_length, RPKM FROM rnaseq WHERE RPKM=0;
328+
-- SELECT columns Gene_ID, Gene_Annotation, Gene_length, RPKM from the table rnaseq WHERE RPKM=0; Tier #11 - 0
329+
SELECT Gene_ID, Gene_Annotation, Gene_length, RPKM FROM rnaseq WHERE RPKM=0;

0 commit comments

Comments
 (0)