Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Particular query #16

Description

@MircoCagni

Ho can i do inner join or query with " ... WHERE NOT EXISTS ... "?
My query is that:

SELECT id, *, *, *, *, *,* FROM $tblPosts WHERE NOT EXISTS (SELECT whoBlock FROM $tblBlock WHERE user_id = whoIsBlock AND whoBlock = $id) AND NOT EXISTS (SELECT whoBlock FROM $tblBlock WHERE user_id = whoBlock AND whoIsBlock = $id) AND deleted = FALSE ORDER BY date DESC

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions