Skip to content

This is to push most of data science project online

Notifications You must be signed in to change notification settings

David-Adejumo/demo-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Demo

CTE FUNCTION!

WITH logs AS ( SELECT DISTINCT * FROM health.user_logs ) SELECT COUNT(*) FROM logs;

Usual Function SELECT COUNT(*) FROM ( SELECT DISTINCT * FROM health.user_logs ) AS subquery ;

About

This is to push most of data science project online

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published