Top "Exists" questions

Exists is a keyword or function in many languages, especially in SQL.

How to check if mcrypt extension exists in php

I would like to know the simplest and fastest PHP code line to check if mcrypt extension is available/installed. …

php function encryption exists mcrypt
Find difference between two big tables in PostgreSQL

I have two similar tables in Postgres with just one 32-byte latin field (simple md5 hash). Both tables have ~30,000,000 rows. …

sql postgresql left-join exists full-outer-join
as3 check if child exists - removeChild();

The code below creates a MovieClip called "circle" and checks if it exists and deletes it via removeChild(); It removed …

actionscript-3 exists removechild addchild
How to find with javascript if element exists in DOM or it's virtual (has been just created by createElement)

I'm looking for a way to find if element referenced in javascript has been inserted in the document. Lets illustrate …

javascript virtual document element exists
How does the .Exist timeout work within QTP?

I've worked with the .Exist method quite a bit, but I recently moved to a new project (now using a …

object vbscript runtime qtp exists
How to wait until File.Exists?

I have an app, listening for the *.log file in a chosen folder. I used FileSystemWatcher. But there is a …

c# multithreading file sleep exists
Need BOOLEAN Result from SQL EXISTS Statement without using a WHERE Clause

Is there any way in a simple query to return a Boolean value using an SQL EXISTS statement without using …

sql-server tsql exists
How can I determine if a Perl hash contains a key mapping to an undefined value?

I need to determine if a Perl hash has a given key, but that key will be mapped to an …

perl hash key exists defined
Check to see if an ID exists in a database

When given an ID number, I want to check to see if it exists in the database. Return true if …

mysql exists
In Terraform 0.12, how to skip creation of resource, if resource name already exists?

I am using Terraform version 0.12. I have a requirement to skip resource creation if resource with the same name already …

resources terraform exists