- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2019 09:20 AM
Hi everybody,
I am trying to make a report from two or three tables.
So I did a "database view", the thing is that the field I want to map with another is a "Document ID".
I want to make a database view from "incident" table and "sys_email" table to get back the number of the incident and the date of the email notification.
I wrote this "where clause" :
email_target (from sys_email table) CONTAINS inc_number (from incident table)
The notifications are sent to user-group. I want to get back the "created" field and link it with each incident .
Can anybody give me an idea about the way to do it.
Best regards
Solved! Go to Solution.
- Labels:
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2019 05:24 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2019 12:32 AM
HI,
Check this website. Maybe you will find some interesting information.
http://dev.mysql.com/doc/refman/5.0/en/reserved-words.html
Please mark reply as Helpful/Correct, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2019 03:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2019 03:52 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2019 04:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2019 04:26 AM
Its actually in the
Table: syslog_email
Source: - is the email sys_id
Message - contains the notification..
Join this table