TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Guest User
Tech Writer
2.1k
471.9k
How to create date and time in azure sql database query?
Oct 14 2019 2:27 AM
Hi Team
I have the following sql query database for my stream analytics jobs(inputs and ouputs). I wan to know how to create a date and time of a given day for that job when it runs? Mine is as follows, i need some guidance to able to pull this through;
SELECT
*
INTO
[PowerBIVisualizationOutput]
FROM
[PowerBIVisualizationInput] CS1
TIMESTAMP
BY
CallRecTime
Do i need to adjust this query? If so kindly please assist, thanks. The data and time dont show, why i need these be able to show on my power bi dataset.
Reply
Answers (
0
)
Streaming job analytics input and output not show in PowerBI
How to convert JSON file into CSV using azure portal?